home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / lalr.lha / lalr / lib / Parser.h < prev    next >
C/C++ Source or Header  |  1992-08-18  |  316b  |  19 lines

  1. $@ # ifndef yy@
  2. $@ # define yy@
  3.  
  4. /* $Id: Parser.h,v 2.1 1992/08/07 15:28:42 grosch rel $ */
  5.  
  6. $E    /* EXPORT section is inserted here */
  7.  
  8. # ifdef yacc_interface
  9. $@ # define @            yyparse
  10. # define yyInitStackSize    YYMAXDEPTH
  11. # endif
  12.  
  13. $@ extern    char *    @_TokenName [];
  14.  
  15. $@ extern    int    @    ();
  16. $@ extern    void    Close@    ();
  17.  
  18. # endif
  19.